Microsoft® Visual Basic® Scripting Edition
WriteLine Method
(Debug Object)
Home |

See Also                   


Description
Writes a specified string and newline character to the Immediate window.

Syntax

Debug.WriteLine([string])

The WriteLine method syntax has these parts:

Part Description
Debug Required.
string Optional. The text you want to write to the Immediate window. If omitted, a newline character is written to the Immediate window.


© 1996 by Microsoft Corporation.